

.w{width: 1280px;margin: 0 auto;}



:root {

    --theme-color: #3757A6

}





::-webkit-scrollbar {

    width: 4px

}



::-webkit-scrollbar-track {

    background: #f7f7f7;

    border-radius: 0px

}



::-webkit-scrollbar-thumb {

    background: var(--theme-color)

}





/* 公共头部样式 */

.mobileh{

    height: 50px;

    display: none;

}

.headh{

    height: 90px;

}

.head{

    height: 90px;

    padding: 0 100px;

    position: fixed;

    width: 100%;

    backdrop-filter: blur(1.25rem);

    background: hsla(0,0%,100%,.86);

    box-sizing: border-box;

    z-index: 3;



}

.head .logo img{

    width: 168px;

    display: block;

}

.share{

    margin-left: 64px;

   

}

.share img{

    width: 32px;

    height: 32px;

}

.share a{

    margin-left: 21px;

}

.head .headr .menu{

    height: auto;

}

.head .headr .menu .li{

    float: left;

    height: 90px;

    position: relative;

}

.head .headr .menu .li a.topa{

    font-size: 16px;

    height: 90px;

    display: block;

    line-height: 90px;

    text-align: center;

    width: 148px;

    position: relative;

    transition: all ease-in-out .2s;

}

.head .headr .menu .li a.topa::after{

    content: "";

    height: 2px;

    position: absolute;

    background: none;

    bottom: 0;

    width: 130px;

    left: 50%;

    transition: all ease-in-out .2s;

    transform: translateX(-50%);

}

.head .headr .menu .li:hover a.topa::after{

    background: #3C50FF;

}

.head .headr .menu .li:hover a.topa{

    

    color: #3C50FF;

}

.head .headr .menu .li .subnav{

    position: absolute;

    left: 0;

    top: 90px;

    z-index: 12;

    background: #fff;

    width: 100%;

    opacity: 0;

    display: none;

    transition: all ease-in-out .2s;

}

.head .headr .menu .li:hover .subnav{

    opacity: 1;

    display: block;

}

.head .headr .menu .li .subnav .subli{

    position: relative;



}

.head .headr .menu .li .subnav .subli a.suba{

    display: block;

    height: 48px;

    line-height: 48px;

    text-align: center;

    font-size: 16px;

    border-bottom: 1px solid #eee;

    transition: all ease-in-out .2s;

}

.head .headr .menu .li:nth-child(2) .subnav .subli:nth-child(1) a.suba,

.head .headr .menu .li:nth-child(5) .subnav .subli:nth-child(1) a.suba

{

    background: url(../images/arrow_right1.png) no-repeat 120px center;

    background-size: 16px;

}

.head .headr .menu .li .subnav .subli:hover a.suba{

    color: #fff;

    background: #3C50FF;

}

.head .headr .menu .li:nth-child(2) .subnav .subli:nth-child(1):hover a.suba,

.head .headr .menu .li:nth-child(5) .subnav .subli:nth-child(1):hover a.suba

{

    color: #fff;

    background: url(../images/arrow_right.png) no-repeat 120px center #3C50FF;

    background-size: 16px;

}

.head .headr .menu .li .subnav .subli:nth-last-child(1) a.suba{

    border-bottom: none;

}

.head .headr .menu .li .subnav .subli .subdl{

    position: absolute;

    left: 148px;

    top: 0;

    z-index: 18;

    width: 260px;

    background: #fff;

    border-left: 1px solid #fff;

    opacity: 0;

    transition: all ease-in-out .2s;

}

.head .headr .menu .li:nth-child(5) .subnav .subli .subdl{

    width: 164px;

}

.head .headr .menu .li:hover .subnav .subli:hover .subdl{

    opacity: 1;

    border-left: 1px solid #eee;

}

.head .headr .menu .li .subnav .subli .subdl a.seca{

    display: block;

    height: 48px;

    line-height: 48px;

    font-size: 16px;

    text-align: center;

    border-bottom: 1px solid #eee;

    transition: all ease-in-out .2s;

}

.head .headr .menu .li .subnav .subli .subdl a.seca:nth-last-child(1){

    border-bottom: none;

}

.head .headr .menu .li .subnav .subli .subdl a.seca:hover{

    color: #fff;

    background: #3C50FF;

}



.head .L_nav{

    display: none;

}



.head .headr .bar{

    display: none;

    position: relative;

    height: 14px;

    width: 20px;

}

.head .headr .bar .line{

    position: absolute;

    height: 2px;

    border-radius: 2px;

    

    background: #666;

    left: 0;

    width: 20px;

}

.head .headr .bar .line1{

    transform-origin: 4px 5px;

    top: 0;

}

.head .headr .bar .line2{

    top: 50%;

    transform: translateY(-50%);

}

.head .headr .bar .line3{

    transform-origin: 2px -3px;

    bottom: 0;

}



















/* 公共内页banner */

.baninner{

    height: 450px;

}

.baninner h2,.baninner p{

    color: #fff;

}

.baninner h2{

    font-size: 34px;

    margin-bottom: 12px;

}

.pagepos{

    height: 70px;

}

.mobile-pageposl{

    display: none;

}

.pagepos-l a{

    display: block;

    position: relative;

    height: 68px;

    line-height: 68px;

    font-size: 16px;

    padding: 0 10px;

    border-bottom: 2px solid #fff;

    margin-right: 32px;

    transition: all ease-in-out .2s;

}

.pagepos-l a.active,.pagepos-l a:hover{

    color: #3C50FF;

    border-bottom: 2px solid #3C50FF;

}

.pagepos-l a::after{

    height: 36px;

    content: "";

    width: 1px;

    background: #f0f0f0;

    position: absolute;

    right: -16px;

    top: 50%;

    transform: translateY(-50%);

}

.pagepos-l a:nth-last-child(1)::after{

    display: none;

}

.pagepos-r{

    height: 70px;

    background: url(../images/bg_pos.png) no-repeat 0px center;

    padding-left: 40px;

    background-size: 32px;

}

.pagepos-r a,.pagepos-r span,.pagepos-r{

    font-size: 14px;

    color: #666;

}

.pagepos-r span{

    margin: 0 6px;

}

/* 分页 */

.fenye{

    text-align: center;

    margin: 60px 0;

}

/* 公共底部样式 */



.footer .fttop{

    background: linear-gradient(312deg, #001852 0%, #081639 100%);

}

.footer .fttop-in{

    background: url(../images/bg_ft1.png) no-repeat left bottom;

}

.footer .fttop-in .top-in{

    background: url(../images/bg_ft2.png) no-repeat right bottom;

}

.footer .ft-top-con{

    padding: 110px 0 135px;

}

.footer .ftbot .w{

    height: 50px;

}

.footer .ftbot{

    background: #0D1430;

}

.footer .ftbot .copy,.footer .ftbot a{

    font-size: 16px;

}

.ft-top-con .fttopl .ftcontact .itm{

    margin-bottom: 16px;

    

}

.ft-top-con .fttopl .ftcontact .itml{

    margin-right: 24px;

}

.ft-top-con .fttopl .ftcontact .itm.add .itmr{

    width: 232px;

}

.ft-top-con .fttopl .tit{margin-bottom: 66px;}

.ft-top-con .fttopl .ftcontact .itml{

    width: 40px;

    height: 40px;

    border-radius: 20px;

    background: rgba(0, 0, 0, 0.4);

}

.ft-top-con .fttopl .ftcontact .itml img{

    width: 28px;

    height: 28px;

}

.ft-top-con .fttopl .ftcontact .itmr{

    font-size: 16px;

    color: rgba(255,255,255, 0.6);

}

.fttopr .ftmenu .idl .idt{

    color: #fff;

    font-size: 20px;

    margin-bottom: 20px;

}

.fttopr .ftmenu .idl{

    width: 148px;

    margin-right: 60px;

}

.fttopr .ftmenu .idl:last-child(){

    margin-right: 46px;

}

.fttopr .ftmenu .idl .idd .ili{

    margin-bottom: 14px;

}

.fttopr .ftmenu .idl .idd .ili a{

    color: rgba(255,255,255, 0.6);

    font-size: 16px;

    transition: all ease-in-out .2s;

}

.fttopr .ftmenu .idl .idd .ili a:hover{

    color: #fff;

}

.fttopr .ewm img{

    width: 128px;

    height: 128px;

}

.fttopr .ewm p{

    font-size: 16px;

    color: rgba(255,255,255, 0.6);

}



.commontit{

    background: url(../images/bg_commontit.png) repeat-x 0 bottom;

}

.commontit .commtt{

    background: url(../images/bg_commtt.png) no-repeat 0 bottom;

    padding-bottom: 6px;

}

.commontit .commtt .tit{

    color: #3757A6;

    font-size: 28px;

    line-height: 36px;

    margin-bottom: 4px;

}



.commonmore{

    transition: all ease-in-out .2s;

}

.commonmore a{

    transition: all ease-in-out .2s;

    display: block;

    width: 132px;

    height: 38px;

    font-size: 14px;

    color: #fff;

    text-align: center;

    line-height: 38px;

    background: linear-gradient(135deg, #3C50FF 0%, #4ABDE0 100%);

    border-radius: 19px;

}

.commonmore a:hover{

    opacity: 0.8;

}



/* 响应式布局 */



@media (max-width:1441px) {

.head{

    padding: 0 40px;

}

.share{

    margin-left: 34px;

   

}

.head .headr .menu .li a.topa{

    width: 120px;

}



.head .headr .menu .li:nth-child(2) .subnav .subli:nth-child(1) a.suba, 

.head .headr .menu .li:nth-child(5) .subnav .subli:nth-child(1) a.suba{

    background: url(../images/arrow_right1.png) no-repeat 100px center;

    background-size: 16px;

}



.head .headr .menu .li:nth-child(2) .subnav .subli:nth-child(1):hover a.suba,

.head .headr .menu .li:nth-child(5) .subnav .subli:nth-child(1):hover a.suba

{



    background: url(../images/arrow_right.png) no-repeat 100px center #3C50FF;

    background-size: 16px;

}





.head .headr .menu .li .subnav .subli .subdl{

    left: 120px;

}



.head .headr .menu .li a.topa::after{

    width: 120px;

}



.head .headr .menu .li .subnav .subli .subdl{

    width: 200px;

}





}



@media (max-width:1367px) {

    .w{

        width: 900px;

    }

    .head{

        height: 70px;

        padding: 0 34px;

    }
    .headh{
        height: 70px;
    }
    .head .headr .bar{

        display: block;

        cursor: pointer;

    }

    .head .headr .bar img{

        width: 32px;

        height: 32px;

        display: block;

    }

    .head .headr .menu{

        display: block;

    }

    .head .headr .menu .li{

        height: 70px;

    }

    .head .headr .menu .li a.topa{

        height: 70px;

        line-height: 70px;

    }

    .head .headr .menu .li .subnav{

        top: 70px;

    }
    .pagepos-l a{
        margin-right: 26px;
    }
    .head .headr .share{

        display: block;

        margin-left: 14px;

    }

    .share a{

        margin-left: 8px;

    }

    .share img{

        width: 28px;

        height: 28px;

    }

    .fttopr .ftmenu .idl .idd .ili a{

        font-size: 14px;

    }

    .fttopr .ftmenu .idl{

        margin-right: 24px;

    }

    .fttopr .ewm{

        display: none;

    }

}



@media (max-width:1069px) {

    .head .logo{

        position: absolute;

        z-index: 8;

    }
    .headh{
        display: none;
    }
    .head .logo img{

        width: 99px;

    }

    .head{

        padding: 0 16px;

        height: 50px;

        position: fixed;

        z-index: 90;

        width: 100%;

        background: #fff;

        box-sizing: border-box;

    }

    .head .headr .menu{

        display: none;

    }

    .head .L_nav {

        height: 100%;

        display: block;

        width: 100%;

    }

    .mobileh{

        display: block;

    }

    .head .headr .share{

        display: none;

       

    }

    .head .headr{

        position: absolute;

        width: 100%;

        height: 50px;

        left: 0;

    }



    

    .L_nav .header2 {

        height: 100%;

        position: fixed;

        background: #fafafa;

        z-index: 100;

        top: 0px;

        width: 100%;

        display: block;

        left: 0

    }



    .L_nav .header2 .main-wrap {

        height: 50px;

        padding: 0 3%;

        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);

        display: flex;

        align-items: center;

        justify-content: flex-end;

    }



    .L_nav .header2 .logo {

        width: 120px;

        height: 50px;

        margin-top: 0px;

        overflow: hidden;

        position: relative;

        display: flex;

        align-items: center;

        margin: 0

    }



    .L_nav .header2 .logo a {

        display: block;

        font-size: 0

    }



    .L_nav .header2 .logo a img {

        max-width: 100%;

        width: auto !important;

        height: auto !important

    }



    .L_nav .header2 .nav-btn {

        width: 25px;

        height: 16px;

        cursor: pointer;

        position: relative

    }



    .L_nav .header2 .nav-btn .line {

        display: block;

        width: 100%;

        height: 2px;

        border-radius: 2px;

        background-color: #333;

        position: absolute;

        left: 50%;

        margin-left: -15px

    }



    .L_nav .header2 .nav-btn .line1 {

        -webkit-transform-origin: 4px 0;

        -ms-transform-origin: 4px 0;

        transform-origin: 4px 0

    }



    .L_nav .header2 .nav-btn.hover .line {

        background: var(--theme-color)

    }



    .L_nav .header2 .nav-btn .line2 {

        top: 7px

    }



    .L_nav .header2 .nav-btn .line3 {

        bottom: 0px;

        -webkit-transform-origin: 1px center;

        -ms-transform-origin: 1px center;

        transform-origin: 1px center

    }



    .L_nav .header2 .sub-menu {

        width: 100%;

        padding: 0 3%;

        display: none;

        position: absolute;

        left: 0px;

        top: 50px;

        z-index: 2;

        background: rgba(255,255,255,1);

        overflow-y: auto;

        border-top: 1px solid #ddd;

    }



    .L_nav .header2 .sub-menu ul {

        width: 100%;

        height: calc(100vh - 51px)

    }



    .L_nav .header2 .sub-menu li {

        border-bottom: 1px solid #dcdcdc;

        font-size: 16px;

        padding: 0 20px

    }



    .L_nav .js-m-3 {

        opacity: 0;

        -webkit-transform: translate(30px, 0);

        -ms-transform: translate(30px, 0);

        transform: translate(30px, 0);

        -webkit-transition: all .8s ease;

        transition: all .8s ease

    }



    .L_nav .js-m-3.animate {

        opacity: 1;

        -webkit-transform: translate(0, 0);

        -ms-transform: translate(0, 0);

        transform: translate(0, 0)

    }



    .L_nav .header2 .sub-menu li {

        border-bottom: 1px solid #dcdcdc;

        font-size: 16px;

        padding: 0 20px

    }



    .L_nav .header2 .sub-menu .tit {

        display: inline-block;

        text-decoration: none;

        width: 80%;

        line-height: 60px;

        color: #333;

        position: relative;

        box-sizing: border-box

    }



    .L_nav .header2 .sub-menu .sub-tit.on {

        background-color: #e9e9e9

    }



    .L_nav .header2 .sub-menu .sec-list {

        line-height: 40px;

        padding: 10px 0%;

        display: none

    }



    .L_nav .header2 .sub-menu .jt {

        position: relative;

        display: inline-block;

        width: 10%;

        height: 60px;

        text-align: center;

        background: none;

        float: right;

        cursor: pointer

    }



    .L_nav .header2 .sub-menu .jt:after {

        content: '';

        display: block;

        width: 26px;

        height: 26px;

        background: url(../images/jia.png) no-repeat center;

        background-size: 17px auto;

        position: absolute;

        right: 3%;

        top: 15px

    }



    .L_nav .header2 .sub-menu .jt.jtRote:after {

        background: url(../images/jian.png) no-repeat center;

        background-size: 20px auto

    }



    .L_nav .header2 .sub-menu .sec-list p {

        background: url(../images/dot.png) no-repeat left center;

        background-size: 3px auto;

        font-size: 14px

    }



    .L_nav .header2 .sub-menu .sec-list a {

        padding-left: 5%;

        color: #666;

        display: block

    }



    .L_nav .header2 .sub-menu .sec-list a:active {

        color: #005bac

    }



}







@media (max-width:769px) {

    .mobileh{

        display: block;

    }

    .w{

        width: 100%;

    }

    .head .logo{

        position: absolute;

        z-index: 8;

    }

    .head .logo img{

        width: 99px;

    }

    .head{

        padding: 0 16px;

        height: 50px;

        position: fixed;

        z-index: 90;

        width: 100%;

        background: #fff;

        box-sizing: border-box;

    }

    .head .headr .menu{

        display: none;

    }

    .head .headr{

        position: absolute;

        width: 100%;

        height: 50px;

        left: 0;

    }

    .head .headr .bar img{

        width: 24px;height: 24px;

    }



    .head .L_nav {

        height: 100%;

        display: block;

        width: 100%;

    }



.mobile-pageposl{

    display: block;

}

.pagepos-l{

    display: none;

}

.mobile-pageposl .poslSwiper .swiper-wrapper .swiper-slide{

    display: block;

    position: relative;

    height: 48px;

    text-align: center;

    line-height: 48px;

    font-size: 16px;

    padding: 0 6px;

    border-bottom: 2px solid #fff;

    box-sizing: border-box;

    transition: all ease-in-out .2s;

}

.mobile-pageposl .poslSwiper .swiper-wrapper .swiper-slide.active a{

    color: #3C50FF;

    

}

.mobile-pageposl .poslSwiper .swiper-wrapper .swiper-slide.active{

    border-bottom: 2px solid #3C50FF;

}



.mobile-pageposl .poslSwiper .swiper-wrapper .swiper-slide::after{

    height: 36px;

    content: "";

    width: 1px;

    background: #f0f0f0;

    position: absolute;

    right: -4px;

    top: 50%;

    transform: translateY(-50%);

}

.mobile-pageposl .poslSwiper .swiper-wrapper .swiper-slide:nth-last-child(1)::after{

    display: none;

}















    .L_nav .header2 {

        height: 100%;

        position: fixed;

        background: #fafafa;

        z-index: 100;

        top: 0px;

        width: 100%;

        display: block;

        left: 0

    }



    .L_nav .header2 .main-wrap {

        height: 50px;

        padding: 0 3%;

        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);

        display: flex;

        align-items: center;

        justify-content: flex-end;

    }



    .L_nav .header2 .logo {

        width: 120px;

        height: 50px;

        margin-top: 0px;

        overflow: hidden;

        position: relative;

        display: flex;

        align-items: center;

        margin: 0

    }



    .L_nav .header2 .logo a {

        display: block;

        font-size: 0

    }



    .L_nav .header2 .logo a img {

        max-width: 100%;

        width: auto !important;

        height: auto !important

    }



    .L_nav .header2 .nav-btn {

        width: 25px;

        height: 16px;

        cursor: pointer;

        position: relative

    }



    .L_nav .header2 .nav-btn .line {

        display: block;

        width: 100%;

        height: 2px;

        border-radius: 2px;

        background-color: #333;

        position: absolute;

        left: 50%;

        margin-left: -15px

    }



    .L_nav .header2 .nav-btn .line1 {

        -webkit-transform-origin: 4px 0;

        -ms-transform-origin: 4px 0;

        transform-origin: 4px 0

    }



    .L_nav .header2 .nav-btn.hover .line {

        background: var(--theme-color)

    }



    .L_nav .header2 .nav-btn .line2 {

        top: 7px

    }



    .L_nav .header2 .nav-btn .line3 {

        bottom: 0px;

        -webkit-transform-origin: 1px center;

        -ms-transform-origin: 1px center;

        transform-origin: 1px center

    }



    .L_nav .header2 .sub-menu {

        width: 100%;

        padding: 0 3%;

        display: none;

        position: absolute;

        left: 0px;

        top: 50px;

        z-index: 2;

        background: rgba(255,255,255,1);

        overflow-y: auto;

        border-top: 1px solid #ddd;

    }



    .L_nav .header2 .sub-menu ul {

        width: 100%;

        height: calc(100vh - 51px)

    }



    .L_nav .header2 .sub-menu li {

        border-bottom: 1px solid #dcdcdc;

        font-size: 16px;

        padding: 0 20px

    }



    .L_nav .js-m-3 {

        opacity: 0;

        -webkit-transform: translate(30px, 0);

        -ms-transform: translate(30px, 0);

        transform: translate(30px, 0);

        -webkit-transition: all .8s ease;

        transition: all .8s ease

    }



    .L_nav .js-m-3.animate {

        opacity: 1;

        -webkit-transform: translate(0, 0);

        -ms-transform: translate(0, 0);

        transform: translate(0, 0)

    }



    .L_nav .header2 .sub-menu li {

        border-bottom: 1px solid #dcdcdc;

        font-size: 16px;

        padding: 0 20px

    }



    .L_nav .header2 .sub-menu .tit {

        display: inline-block;

        text-decoration: none;

        width: 80%;

        line-height: 60px;

        color: #333;

        position: relative;

        box-sizing: border-box

    }



    .L_nav .header2 .sub-menu .sub-tit.on {

        background-color: #e9e9e9

    }



    .L_nav .header2 .sub-menu .sec-list {

        line-height: 40px;

        padding: 10px 0%;

        display: none

    }



    .L_nav .header2 .sub-menu .jt {

        position: relative;

        display: inline-block;

        width: 10%;

        height: 60px;

        text-align: center;

        background: none;

        float: right;

        cursor: pointer

    }



    .L_nav .header2 .sub-menu .jt:after {

        content: '';

        display: block;

        width: 26px;

        height: 26px;

        background: url(../images/jia.png) no-repeat center;

        background-size: 17px auto;

        position: absolute;

        right: 3%;

        top: 15px

    }



    .L_nav .header2 .sub-menu .jt.jtRote:after {

        background: url(../images/jian.png) no-repeat center;

        background-size: 20px auto

    }



    .L_nav .header2 .sub-menu .sec-list p {

        background: url(../images/dot.png) no-repeat left center;

        background-size: 3px auto;

        font-size: 14px

    }



    .L_nav .header2 .sub-menu .sec-list a {

        padding-left: 5%;

        color: #666;

        display: block

    }



    .L_nav .header2 .sub-menu .sec-list a:active {

        color: #005bac

    }



























    .commontit .commtt .tit{

        font-size: 18px;

    }

    .footer .ft-top-con{

        padding: 40px 0 60px;

    }

    .footer .fttop{

        padding: 0 0px;

    }

    .footer .fttop-in{

        padding: 0 16px;

    }

    .footer .ftbot .w{

       

        text-align: center;

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: center;

    }

    .footer .fttop-in .top-in{

        background: none;

    }

    .footer .ft-top-con .fttopr{

        display: none;

    }

    .footer .ftbot .w a{

        font-size: 14px;

    }

    .footer .ftbot .w .copy{

        text-align: center;

        font-size: 14px;

    }

    .ft-top-con .fttopl .ftcontact .itmr{

        font-size: 14px;

    }

    .ft-top-con .fttopl .tit{

        font-size: 18px;

        margin-bottom: 13px;

    }

    .ft-top-con .fttopl .ftcontact .itml{

        width: 32px;

        height: 32px;

    }

    .ft-top-con .fttopl .ftcontact .itml img{

        width: 24px;

        height: 24px;

    }

}













